projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5b30dc
)
(EmacsView-conversationIdentifier): Arg is long.
author
Adrian Robert
<Adrian.B.Robert@gmail.com>
Fri, 16 Oct 2009 03:09:02 +0000
(
03:09
+0000)
committer
Adrian Robert
<Adrian.B.Robert@gmail.com>
Fri, 16 Oct 2009 03:09:02 +0000
(
03:09
+0000)
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/nsterm.m
b/src/nsterm.m
index 90d3b42df8030005b59c3fd9e32861ff8740e4f9..bc17f572a97119c7bbdb5b0a4bed0ef54436ef8c 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-4667,9
+4667,9
@@
extern void update_window_cursor (struct window *w, int on);
}
-- (
NSInteger
)conversationIdentifier
+- (
long
)conversationIdentifier
{
- return (
NSInteger
)self;
+ return (
long
)self;
}